home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / gentoo_GLSA-200501-03.nasl < prev    next >
Text File  |  2005-03-31  |  5KB  |  100 lines

  1. # This script was automatically generated from 
  2. #  http://www.gentoo.org/security/en/glsa/glsa-200501-03.xml
  3. # It is released under the Nessus Script Licence.
  4. # The messages are release under the Creative Commons - Attribution /
  5. # Share Alike license. See http://creativecommons.org/licenses/by-sa/2.0/
  6. #
  7. # Avisory is copyright 2001-2005 Gentoo Foundation, Inc.
  8. # GLSA2nasl Convertor is copyright 2004 Michel Arboi
  9.  
  10. if (! defined_func('bn_random')) exit(0);
  11.  
  12. if (description)
  13. {
  14.  script_id(16394);
  15.  script_version("$Revision: 1.1 $");
  16.  script_xref(name: "GLSA", value: "200501-03");
  17.  
  18.  desc = 'The remote host is affected by the vulnerability described in GLSA-200501-03
  19. (Mozilla, Firefox, Thunderbird: Various vulnerabilities)
  20.  
  21.  
  22.     Maurycy Prodeus from isec.pl found a potentially exploitable
  23.     buffer overflow in the handling of NNTP URLs. Furthermore, Martin (from
  24.     ptraced.net) discovered that temporary files in recent versions of
  25.     Mozilla-based products were sometimes stored world-readable with
  26.     predictable names. The Mozilla Team also fixed a way of spoofing
  27.     filenames in Firefox\'s "What should Firefox do with this file" dialog
  28.     boxes and a potential information leak about the existence of local
  29.     filenames.
  30.   
  31. Impact
  32.  
  33.     A remote attacker could craft a malicious NNTP link and entice a
  34.     user to click it, potentially resulting in the execution of arbitrary
  35.     code with the rights of the user running the browser. A local attacker
  36.     could leverage the temporary file vulnerability to read the contents of
  37.     another user\'s attachments or downloads. A remote attacker could also
  38.     design a malicious web page that would allow to spoof filenames if the
  39.     user uses the "Open with..." function in Firefox, or retrieve
  40.     information on the presence of specific files in the local filesystem.
  41.   
  42. Workaround
  43.  
  44.     There is no known workaround at this time.
  45.   
  46. References:
  47.     http://isec.pl/vulnerabilities/isec-0020-mozilla.txt
  48.     http://broadcast.ptraced.net/advisories/008-firefox.thunderbird.txt
  49.     http://secunia.com/advisories/13144/
  50.  
  51.  
  52. Solution: 
  53.     All Mozilla users should upgrade to the latest version:
  54.     # emerge --sync
  55.     # emerge --ask --oneshot --verbose ">=net-www/mozilla-1.7.5"
  56.     All Mozilla binary users should upgrade to the latest version:
  57.     # emerge --sync
  58.     # emerge --ask --oneshot --verbose ">=net-www/mozilla-bin-1.7.5"
  59.     All Firefox users should upgrade to the latest version:
  60.     # emerge --sync
  61.     # emerge --ask --oneshot --verbose ">=net-www/mozilla-firefox-1.0"
  62.     All Firefox binary users should upgrade to the latest version:
  63.     # emerge --sync
  64.     # emerge --ask --oneshot --verbose ">=net-www/mozilla-firefox-bin-1.0"
  65.     All Thunderbird users should upgrade to the latest version:
  66.     # emerge --sync
  67.     # emerge --ask --oneshot --verbose ">=mail-client/mozilla-thunderbird-0.9"
  68.     All Thunderbird binary users should upgrade to the latest
  69.     version:
  70.     # emerge --sync
  71.     # emerge --ask --oneshot --verbose ">=mail-client/mozilla-thunderbird-bin-0.9"
  72.   
  73.  
  74. Risk factor : Medium
  75. ';
  76.  script_description(english: desc);
  77.  script_copyright(english: "(C) 2005 Michel Arboi");
  78.  script_name(english: "[GLSA-200501-03] Mozilla, Firefox, Thunderbird: Various vulnerabilities");
  79.  script_category(ACT_GATHER_INFO);
  80.  script_family(english: "Gentoo Local Security Checks");
  81.  script_dependencies("ssh_get_info.nasl");
  82.  script_require_keys('Host/Gentoo/qpkg-list');
  83.  script_summary(english: 'Mozilla, Firefox, Thunderbird: Various vulnerabilities');
  84.  exit(0);
  85. }
  86.  
  87. include('qpkg.inc');
  88. if (qpkg_check(package: "mail-client/mozilla-thunderbird", unaffected: make_list("ge 0.9"), vulnerable: make_list("lt 0.9")
  89. )) { security_warning(0); exit(0); }
  90. if (qpkg_check(package: "net-www/mozilla-bin", unaffected: make_list("ge 1.7.5"), vulnerable: make_list("lt 1.7.5")
  91. )) { security_warning(0); exit(0); }
  92. if (qpkg_check(package: "net-www/mozilla", unaffected: make_list("ge 1.7.5"), vulnerable: make_list("lt 1.7.5")
  93. )) { security_warning(0); exit(0); }
  94. if (qpkg_check(package: "mail-client/mozilla-thunderbird-bin", unaffected: make_list("ge 0.9"), vulnerable: make_list("lt 0.9")
  95. )) { security_warning(0); exit(0); }
  96. if (qpkg_check(package: "net-www/mozilla-firefox", unaffected: make_list("ge 1.0"), vulnerable: make_list("lt 1.0")
  97. )) { security_warning(0); exit(0); }
  98. if (qpkg_check(package: "net-www/mozilla-firefox-bin", unaffected: make_list("ge 1.0"), vulnerable: make_list("lt 1.0")
  99. )) { security_warning(0); exit(0); }
  100.